github.com/refraction-networking/utls.serverHelloMsg.secureRenegotiation (field)

8 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L918: 		if len(hs.serverHello.secureRenegotiation) != 0 {
		handshake_client.go#L928: 		if !bytes.Equal(hs.serverHello.secureRenegotiation, expectedSecureRenegotiation[:]) {
		handshake_client_tls13.go#L204: 		len(hs.serverHello.secureRenegotiation) != 0 ||
		handshake_messages.go#L760: 	secureRenegotiation          []byte
		handshake_messages.go#L795: 				exts.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L955: 			if !readUint8LengthPrefixed(&extData, &m.secureRenegotiation) {
		u_public.go#L312: 			secureRenegotiation:          shm.SecureRenegotiation,
		u_public.go#L342: 			SecureRenegotiation:          shm.secureRenegotiation,